Update github-actions#6045
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
poutine found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
| egress-policy: audit | ||
|
|
||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| egress-policy: audit | ||
|
|
||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| egress-policy: audit | ||
|
|
||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
renovate
Bot
force-pushed
the
renovate/github-actions
branch
2 times, most recently
from
July 14, 2026 05:53
3aa9246 to
69dfdb5
Compare
|
|
||
| - name: Set up Node.js | ||
| uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | ||
| uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 |
renovate
Bot
force-pushed
the
renovate/github-actions
branch
from
July 14, 2026 08:50
69dfdb5 to
e3f2319
Compare
renovate
Bot
force-pushed
the
renovate/github-actions
branch
9 times, most recently
from
July 20, 2026 07:27
20c5912 to
1151bf2
Compare
renovate
Bot
force-pushed
the
renovate/github-actions
branch
from
July 20, 2026 14:34
1151bf2 to
aafca46
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
22.16.5→22.20.10.39.1→0.42.0v5.0.5→v5.1.0v6.0.2→v6.0.3v6.4.0→v6.5.0v8.1.0→v8.3.2v6.1.1→v6.2.2v1.46.3→v1.48.0v4.0.1→v4.0.2v4.36.0→v4.37.1v2.37.1→2.37.2v7.1.0→v7.2.0v2.19.4→v2.20.0v2.14.2→v2.20.05.8.3→5.9.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
TypedDevs/bashunit (TypedDevs/bashunit)
v0.42.0Compare Source
Fixed
set_up_before_script/set_upnow fails every test in the file with the hook's error, keeps the totals consistent, and lets the suite continue — a strict test file can no longer abort the whole run mid-suite (#836)--parallel,--simple,--strict,--retry,--seed, report paths, …) no longer leak through the environment into nested bashunit runs, so a script under test that calls bashunit gets default behavior;BASHUNIT_*=…configuration is unchanged (#834, #837)install.shfails fast: a failed download, clone, build or copy aborts with a clear error instead of reporting success, and a failed beta clone no longer runsbuild.shin the caller's directory (#840)./build.sh --verifyexits non-zero when the built binary fails the suite, and the verification run no longer crashes mid-suite from tests resolving repo paths against the build folder (#834)./bashunit benchworks again from a repository checkout (the dev entrypoint never sourcedsrc/benchmark.sh) (#834)::ignore::) now work on systems without perl; multi-line placeholders still need perl (#823)$TMPDIR/bashunit/run/— it is removed on exit, including--version/--help, subcommands and Ctrl-C (#811)bashunit::helper::get_function_line_numberno longer disablesextdebugfor its caller (#808)--test-timeoutno longer intermittently reports a fast test as timed out; the watchdog signals by pid and skips a test that already completedAdded
watchsubcommand no longer fails when neitherinotifywaitnorfswatchis installed — it falls back to pure-shell polling (interval viaBASHUNIT_WATCH_INTERVAL, default2s) instead of exiting (#779)completions/(subcommands,testflags with value hints, assertion names), kept in sync by an anti-drift CI test (#778)--rerun-failed(BASHUNIT_RERUN_FAILED) replays only the previously failing tests, recorded in.bashunit/last-failed; composes with--filter/--tag/--paralleland falls back to the full suite when empty (add.bashunit/to.gitignore) (#776)coverage.ymlworkflow publishes a shields.io coverage badge from--coverageover the unit suite; schedule/manual only, never gates merges (#754)--jobs auto/-j autocaps parallel concurrency at the CPU core count (portable across Linux/macOS/BSD); the default stays unlimited (#766)Changed
build.shhardened: runs underset -euo pipefail, derives the embed list from the entrypoint'ssourceorder (single source of truth), guards against duplicate embeds and missing doc markers, dropseval, and gates every build behindbash -n(#834)bashunit docno longer forks anecho | sedpipe per line of the assertion docs: a single awk pass prints the same bytes in ~50ms instead of ~5s (#832)--tagscans, single-pass failure rendering). On bash 3.2: 100x10assert_equals~1.50s -> ~0.76s, 500 snapshot assertions ~7.5s -> ~3.0s, 100 tagged tests ~2.92s -> ~0.68s, acceptance suite ~61s -> ~17s (#761-#764, #772-#775, #798, #801-#807, #809, #810, #813, #817)auto(BASHUNIT_SHOW_EXECUTION_TIME=true|false|auto): shown only when the clock is fork-free, avoidingperlforks on bash 3.2;--profile/--verbose/reports still measure (seeadrs/adr-008-auto-skip-per-test-timing.md) (#765)assert_equals/assert_samefailures with multiline values now render a git word-diff below the header (requires git, opt out withBASHUNIT_NO_DIFF=true, respects--no-color); machine reports keep the raw values (#777)v0.41.0Compare Source
Added
--retry <n>/BASHUNIT_RETRYre-runs a failed test up to N times; passes if any attempt passes, annotates retried tests, and works with--paralleland--stop-on-failure(#737)--random-orderwith--seed <n>/BASHUNIT_SEEDrandomizes test file and function order to surface inter-test coupling; prints the seed for reproducible replay and works with--parallel(#738)--shard <index>/<total>runs a deterministic, non-overlapping subset of the test files to split a suite across parallel CI runners; composes with--parallel(#739)--report-tap <file>writes a TAP v13 report to a file (complements the streaming--output tap) (#740)--report-json <file>writes results as JSON (summary counts + per-test records); nojqdependency (#741)assert_file_permissions <mode> <file>asserts a file's octal permission mode; portable across GNU/BSDstat(#742)assert_array_length <n> <array>asserts an array has exactlynelements (#743)assert_within_delta <expected> <actual> <delta>asserts a number is within a tolerance; supports floats (#744)Fixed
watchsubcommand failed withbashunit::watch::run: command not foundin the released binary becausesrc/watch.shwas missing from the build; it is now bundled (#735)Changed
v0.40.0Compare Source
Added
--test-timeout <seconds>flag andBASHUNIT_TEST_TIMEOUTenv var to abort a test that runs longer than N seconds, mark it failed and continue. Disabled by default; no externaltimeoutneeded, works on Bash 3.2+ (#721)Fixed
printfbuiltin no longer breaks coverage collection: the buffer is flushed withbuiltin printf(#724)Changed
bashunit.com(oldbashunit.typeddevs.comredirects)bashunit.comcustom domain (deploy-gh-pages.yml)Removed
actions/cache (actions/cache)
v5.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.1.0
actions/checkout (actions/checkout)
v6.0.3Compare Source
actions/setup-node (actions/setup-node)
v6.5.0Compare Source
What's Changed
Full Changelog: actions/setup-node@v6.4.0...v6.5.0
astral-sh/setup-uv (astral-sh/setup-uv)
v8.3.2Compare Source
v8.3.1Compare Source
v8.3.0Compare Source
v8.2.0: 🌈 New inputsquietanddownload-from-astral-mirrorCompare Source
Changes
This release brings two new inputs and a few bug fixes.
New inputs
Lets talk about the new inputs first.
quiet
Pretty simple. It turns of all
infologgings. Useful if you use this in a composite action and are not interested in all the details.In the upcoming releases we will add log groups to fully implement support for "less noise"
download-from-astral-mirror
In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting
download-from-astral-mirror: falseallows you to do that.Bugfixes
When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token.
All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.
We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.
🐛 Bug fixes
🚀 Enhancements
download-from-astral-mirrorinput @eifinger (#897)🧰 Maintenance
⬆️ Dependency updates
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)
v6.2.2Compare Source
v6.2.2Compare Source
Miscellaneous Chores
v6.2.1Compare Source
Bug Fixes
v6.2.0Compare Source
Features
Bug Fixes
v6.1.3Compare Source
Bug Fixes
v6.1.2Compare Source
Bug Fixes
crate-ci/typos (crate-ci/typos)
v1.48.0Compare Source
[1.48.0] - 2026-06-30
Features
v1.47.2Compare Source
[1.47.2] - 2026-06-04
Fixes
inferrableinferiblevariantv1.47.1Compare Source
[1.47.1] - 2026-06-03
Fixes
requestorsv1.47.0Compare Source
[1.47.0] - 2026-05-29
Features
dorny/paths-filter (dorny/paths-filter)
v4.0.2Compare Source
github/codeql-action (github/codeql-action)
v4.37.1Compare Source
v4.37.0Compare Source
config-fileinput for thecodeql-action/initstep will soon support a new[owner/]repo[@​ref][:path]format. All components except the repository name are optional. If omitted,ownerdefaults to the same owner as the repository the analysis is running for,reftomain, andpathto.github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973v4.36.3Compare Source
No user facing changes.
v4.36.2Compare Source
v4.36.1Compare Source
No user facing changes.
shivammathur/setup-php (shivammathur/setup-php)
v2.37.2Compare Source
Changelog
Fixed macOS setup by marking
shivammathur/phpandshivammathur/extensionsas trusted taps.Switched to Visual Studio 18
(vs18)builds for PHP 8.6 on Windows.Improved looking up environment variables.
Tightened security in internal GitHub action workflows.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)
v7.2.0Compare Source
Added
Fixed
Dependency Updates
step-security/harden-runner (step-security/harden-runner)
v2.20.0Compare Source
What's Changed
Full Changelog: step-security/harden-runner@v2.19.4...v2.20.0
microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.